home *** CD-ROM | disk | FTP | other *** search
/ User's Choice Windows CD / User's Choice Windows CD (CMS Software)(1993).iso / windows5 / wce150.zip / WCE.DOC < prev    next >
Text File  |  1992-02-10  |  8KB  |  205 lines

  1.  
  2. Windows C Editor(TM) Version 1.50
  3.  
  4. Windows C Editor(TM) Copyright (C) 1992 Tom DeCillis - All Rights Reserved
  5.  
  6. Contents:
  7.  
  8.   1. Shareware Evaluation Version Information
  9.   2. Overview
  10.   3. Toolbar Functions
  11.   4. Support and questions
  12.   5. Installation and System Requirements
  13.  
  14. 1. Shareware Information
  15.  
  16. Windows C Editor is distributed as Shareware.  This means that users are
  17. encouraged, subject to restrictions described in the License Agreement,
  18. to share copies of this program with friends, associates and bulletin
  19. boards.  Please remember that if you use this software you are required
  20. to pay the registration fee of $35 as described in the License Agreement.
  21.  
  22. 2. Overview
  23.  
  24. WCE(TM) is a programming shell for Windows and Windows program
  25. development.  It provides an intuitive tool bar and click SAA/CUA
  26. compliant interface that lets you edit, run and compile all the 
  27. necessary parts of a Windows application using the Microsoft 
  28. Windows SDK.
  29.  
  30. Because the Windows SDK is basically a DOS oriented development 
  31. package, WCE was written to allow for Windows development of 
  32. SDK applications.
  33.  
  34. The following is a list of options that currently reside on the ribbon toolbar:
  35.  
  36.     * File Load (*.C)
  37.     * File Save 
  38.     * File Print
  39.     * H (File Load *.H)
  40.     * DEF (File Load *.DEF)
  41.     * MAKE (File Load *.)
  42.     * RC (File Load *.RC)
  43.     * Error Viewing
  44.     * Compilation
  45.     * Program Execution
  46.     * Cut
  47.     * Copy
  48.     * Paste
  49.     * Postem
  50.  
  51. Some of these options are also contained in the pulldown menus located 
  52. above the toolbar.
  53.  
  54. The Postem(TM) toolbar option is a unique new feature to the 
  55. programming development arena.  It allows for quick posting of 
  56. reminder notes during program development.  Simply press the
  57. Postem button, located on the toolbar, and a blank postem will appear
  58. on your screen.  You can type up to eight lines of text to remind 
  59. yourself of something that you must do in another part of code.  
  60. The Postem's  can be deleted by pressing the trash can button 
  61. on the Postem toolbar or minimized for later viewing.
  62.  
  63. Due to the ease of use of WCE I felt it unnecessary to produce on-line
  64. help with this version.
  65.  
  66. 3. Toolbar Functions
  67.  
  68. The toolbar has a host of user functions, all of which are the primary
  69. items for use in developing Windows applications.  This section will
  70. discuss each button in detail for you.
  71.  
  72.     * File Load -  This is the first button on the left side of the 
  73.       toolbar.   This is the main source of loading 'C' files 
  74.       (except for the menu).   After pressing this button a 
  75.       dialog box will appear with displaying  your C files.  
  76.       Select one to edit.
  77.  
  78.     * File Save - This is the second button in from the left side of the 
  79.       toolbar.  This button allows you to save any active file (you can
  80.       also use the save/save as option in the pulldown menus).
  81.  
  82.     * File Print - This is the third button in from the left side of the 
  83.       toolbar.  Printing of the current file is possible with this 
  84.       button.  Printer defaults along with printing can be found 
  85.       in the menu  pulldowns.
  86.  
  87.     * H - This is the fourth button in from the left side of the 
  88.       toolbar.  This is the file load button for all 'H' filetype files.
  89.       Pressing this button displays all of the available 'H' files 
  90.       to edit.
  91.  
  92.     * DEF - This is the fifth button in from the left side of the 
  93.       toolbar.  This is the file load button for all 'DEF' filetype 
  94.       files.  Pressing this button displays all available 'DEF' files 
  95.       to edit.
  96.  
  97.     * MAKE -  This is the sixth button in from the left side of the 
  98.       toolbar.  This is the file load button for all make files.
  99.  
  100.     * RC - This is the seventh button in from the left side of the 
  101.       toolbar.  Pressing this button displays all resource script 
  102.       filetypes to edit.
  103.  
  104.     * Error - This is the eighth button in from the left side of the 
  105.       toolbar.  After compilation you can press this button to 
  106.       display the errors that may have been found in your source files.
  107.  
  108.     * Compilation - This is the ninth button in from the left side of 
  109.       the toolbar.  After pressing this button a dialog box will ask for 
  110.       the make file you would like to use to compile your source code.
  111.       A DOS window will be displayed during compilation.
  112.  
  113.     * Program Execution - This is the tenth button in from the left side
  114.       of the toolbar.  This function allows you to execute 
  115.       NON-WINDOWS applications.  At release time this function 
  116.       does not allow for WINDOWS program execution.
  117.  
  118.     * Cut/Copy/Paste - These are buttons 11-13 from the left side of
  119.       the toolbar.  These functions allow you to cut/copy & paste 
  120.       portions of files together.
  121.  
  122.     * Postem -  This is the fourteenth button from the left side of the
  123.       toolbar.  This function will bring up a Postem note for use in
  124.       jotting down information needed for later use.  Simply press
  125.       the trash can when you want to delete the note.
  126.  
  127. 4. Support and questions
  128.  
  129. Technical support is available at no charge by sending electronic mail
  130. to 70563,36 on CompuServe, to GUMBY85405 on AOL, or by sending 
  131. US Mail to Tom DeCillis, 3803 La Jara, Long Beach, CA 90805.  
  132. Registered users only please.
  133.  
  134. When reporting problems with Windows C Editor, please include the following
  135. information:
  136.  
  137.   1) Did the problem occur when running Windows in Enhanced, Standard, 
  138.      or Real mode?  You can determine which mode is active by choosing 
  139.      About in  the Program Manager's Help pull-down menu.
  140.  
  141.   2) If a dialog box with an error message was displayed, please include
  142.      the text of the message.
  143.  
  144.   3) What other applications, if any, were running at the time.
  145.  
  146. 5. Installation and System Requirements
  147.  
  148.  System Requirements:
  149.  
  150. - Windows 3.0 or later.
  151.  
  152. - Microsoft Windows SDK for version 3.0
  153.  
  154. Windows C Editor-related files are:
  155.  
  156. - LICENSE.DOC    License Agreement/Warranty
  157. - WCE.DOC        this document
  158. - WCE.EXE        required executable
  159. - ORDER.DOC      order form
  160. - WCECOMP.PIF    Windows Pif file
  161. - WCECOMP.BAT    Compilation batch file
  162.  
  163. Installation:
  164.  
  165. 1) If you already have installed a previous version of WCE, backup
  166. and delete all files in your WCE directory.  Otherwise create a
  167. directory to hold the WCE related files.  For example, "C:\WCE".
  168.  
  169. 2) Copy all WCE-related files to this directory. 
  170.  
  171. 3) Run Windows Setup to install the ICON on your Program Manager
  172.  
  173. 4) Edit WCECOMP.PIF 's  Start-up Directory using Pifedit.  The 
  174. directory should be whatever directory you use for program 
  175. development.
  176.   
  177.  5) Copy WCECOMP.PIF & WCECOMP.BAT to the directory that 
  178.  contains the make file for the program you are developing.
  179.  
  180. Running WCE:
  181.  
  182. 1) Run WCE.EXE.  If Windows is not loaded, issue the WIN command, and
  183. specify the full pathname to WCE.EXE.  For example, if you copied the
  184. WCE related files into a directory named C:\WCE, issue the
  185. following command from the DOS prompt:
  186.  
  187.         WIN C:\WCE\WCE.EXE
  188.  
  189. Alternately, if you are already running Windows, simply double click on
  190. the WCE.EXE entry in the File Manager.  If you are not familiar with
  191. the File Manager, you can instead follow these four steps to run WCE
  192. for the first time:
  193.  
  194.   a. Activate the Program Manager.
  195.  
  196.   b. Choose Run... from the File menu.  The Run dialog box appears.
  197.  
  198.   c. Type the full filename of WCE.EXE in the Command Line text box.
  199.   For example, C:\WCE\WCE.EXE
  200.  
  201.   d. Choose OK.
  202.  
  203. 2) Simply double click on the ICON in Program Manager.
  204.  
  205.